-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workflows: add triage-ci.yml #131950
workflows: add triage-ci.yml #131950
Conversation
This will allow us to add automation that will be done after CI failures. For now, we can automate pinging `@woodruffw` and `@alex` on failures of the `brew-pip-audit` workflow to avoid other maintainers from having to manually do this. See related discussions at Homebrew#131661.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, we can automate pinging
@woodruffw
and@alex
on failures of
thebrew-pip-audit
workflow to avoid other maintainers from having to
manually do this.
Could this be done in that workflow instead?
I think that's phrased in a confusing way: brew-pip-audit generates regular PRs to bump resources in formulas, we're interested in CI failures on those PRs, not failures in brew-pip-audit itself. |
Yes, exactly, sorry for the lack of clarity. Given the desired behaviour the workflow needs to live here. I can stick this into an existing workflow (e.g. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks: with that context this approach makes sense to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @carlocab!
This will allow us to add automation that will be done after CI
failures.
For now, we can automate pinging
@woodruffw
and@alex
on failures ofthe
brew-pip-audit
workflow to avoid other maintainers from having tomanually do this.
See related discussions at #131661.